HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ip-172-26-0-120 6.17.0-1009-aws #9~24.04.2-Ubuntu SMP Fri Mar 6 23:50:29 UTC 2026 x86_64
User: ubuntu (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //lib/modules/6.17.0-1009-aws/build/include/drm/drm_bridge_helper.h
// SPDX-License-Identifier: GPL-2.0-or-later

#ifndef __DRM_BRIDGE_HELPER_H_
#define __DRM_BRIDGE_HELPER_H_

struct drm_bridge;
struct drm_modeset_acquire_ctx;

int drm_bridge_helper_reset_crtc(struct drm_bridge *bridge,
				 struct drm_modeset_acquire_ctx *ctx);

#endif // __DRM_BRIDGE_HELPER_H_